home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 004 / bm / poster < prev    next >
Text File  |  1995-03-17  |  2KB  |  41 lines

  1. Article 100 of mod.sources:
  2. ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
  3. Posting-Version: version B 2.10.2 9/3/84; site genrad.UUCP
  4. Path: unisoft!dual!ucbvax!decvax!genrad!sources-request
  5. From: sources-request@genrad.UUCP
  6. Newsgroups: mod.sources
  7. Subject: bm version 1.1
  8. Message-ID: <946@genrad.UUCP>
  9. Date: 18 Jul 85 12:17:23 GMT
  10. Date-Received: 20 Jul 85 01:40:19 GMT
  11. Sender: john@genrad.UUCP
  12. Lines: 804
  13. Approved: john@genrad.UUCP
  14.  
  15. Mod.sources:  Volume 2, Issue 14
  16. Submitted by: Peter Bain <decvax!watmath!wateng!pdbain>
  17.  
  18.  
  19. 1. Bug fixes:
  20.     - incorrect operation of -x with -c, -s, -l. Fixed.
  21.     - major bug, which was acute with piped input: lines containing
  22.     matches were mangled or missed entirely. Fixed.
  23.     - Some sites were having trouble with externs and #include files
  24.     (the systems at Waterloo run 4.2, and we have not found this,
  25.     but I have changed thing to make everyone happy.
  26.     - Some compilers don't like line 36 of Search.c. I have
  27.     added alternate code (line 39) against this possibility
  28.  
  29.     One site reported abnormally high system time. Installers may want to
  30.     play around with MAXBUFF to optimize.
  31.  
  32. 2. Added features:
  33.     -e: take next argument as a pattern, even if it starts with a '-'
  34.     -h: do not print file names.
  35.  
  36. 3. Why bm is always case-sensitive.
  37.     95% of the time I use a pattern matcher, I know the pattern exactly.
  38.     If not, I use grep. I didn't consider the speed penalty worth it.
  39.  
  40. -------------- snip snip snip -----------------------------------------
  41.